Changeset 2032 in ProjectBuilder
- Timestamp:
- Feb 17, 2016, 2:42:29 PM (9 years ago)
- Location:
- devel
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/Makefile.PL
r1958 r2032 1 # (c) B.Cornec 2007-201 51 # (c) B.Cornec 2007-2016 2 2 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 3 3 # Provided under the GPL v2 -
devel/pb-modules/bin/pbdistrocheck
r1958 r2032 5 5 # $Id$ 6 6 # 7 # Copyright B. Cornec 2007-201 57 # Copyright B. Cornec 2007-2016 8 8 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 9 9 # Provided under the GPL v2 -
devel/pb-modules/bin/pbgetparam
r1958 r2032 5 5 # $Id$ 6 6 # 7 # Copyright B. Cornec 2007-201 57 # Copyright B. Cornec 2007-2016 8 8 # Provided under the GPL v2 9 9 -
devel/pb-modules/etc/pb.conf
r2027 r2032 3 3 # Main configuration file for project-builder.org 4 4 # 5 # (c) B. Cornec 2007-201 55 # (c) B. Cornec 2007-2016 6 6 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 7 7 # Provided under the Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) Creative Common License -
devel/pb-modules/etc/pb.conf.pod
r2003 r2032 1085 1085 =head1 COPYRIGHT 1086 1086 1087 (c) B. Cornec 2007-201 51087 (c) B. Cornec 2007-2016 1088 1088 Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 1089 1089 Provided under the Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) Creative Common License -
devel/pb-modules/lib/ProjectBuilder/Base.pm
r1958 r2032 4 4 # which can be easily used by whatever perl project 5 5 # 6 # Copyright B. Cornec 2007-201 56 # Copyright B. Cornec 2007-2016 7 7 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 8 8 # Provided under the GPL v2 -
devel/pb-modules/lib/ProjectBuilder/Conf.pm
r1958 r2032 5 5 # which can be easily used by wahtever perl project 6 6 # 7 # Copyright B. Cornec 2007-201 57 # Copyright B. Cornec 2007-2016 8 8 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 9 9 # Provided under the GPL v2 -
devel/pb-modules/lib/ProjectBuilder/Display.pm
r1958 r2032 4 4 # which can be easily used by whatever perl project 5 5 # 6 # Copyright B. Cornec 2007-201 56 # Copyright B. Cornec 2007-2016 7 7 # Provided under the GPL v2 8 8 # -
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r2012 r2032 3 3 # Creates common environment for distributions 4 4 # 5 # Copyright B. Cornec 2007-201 55 # Copyright B. Cornec 2007-2016 6 6 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 7 7 # Provided under the GPL v2 -
devel/pb-modules/lib/ProjectBuilder/Env.pm
r2022 r2032 5 5 # which can be easily used by pbinit scripts 6 6 # 7 # Copyright B. Cornec 2007-201 57 # Copyright B. Cornec 2007-2016 8 8 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 9 9 # Provided under the GPL v2 -
devel/pb-modules/lib/ProjectBuilder/VCS.pm
r2025 r2032 8 8 # $Id$ 9 9 # 10 # Copyright B. Cornec 2007-201 510 # Copyright B. Cornec 2007-2016 11 11 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 12 12 # Provided under the GPL v2 -
devel/pb-modules/lib/ProjectBuilder/VE.pm
r2003 r2032 3 3 # Common functions for virtual environment 4 4 # 5 # Copyright B. Cornec 2007-201 55 # Copyright B. Cornec 2007-2016 6 6 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 7 7 # Provided under the GPL v2 -
devel/pb-modules/lib/ProjectBuilder/Version.pm
r1958 r2032 5 5 # and have been isolated here to avoid unrelated effects 6 6 # 7 # Copyright B. Cornec 2007-201 57 # Copyright B. Cornec 2007-2016 8 8 # Provided under the GPL v2 9 9 # -
devel/pb/bin/pb
r2029 r2032 5 5 # $Id$ 6 6 # 7 # Copyright B. Cornec 2007-201 57 # Copyright B. Cornec 2007-2016 8 8 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 9 9 # Provided under the GPL v2 -
devel/pb/lib/ProjectBuilder/CMS.pm
r2022 r2032 7 7 # $Id$ 8 8 # 9 # Copyright B. Cornec 2007-201 59 # Copyright B. Cornec 2007-2016 10 10 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 11 11 # Provided under the GPL v2 -
devel/pb/lib/ProjectBuilder/Changelog.pm
r1958 r2032 6 6 # $Id$ 7 7 # 8 # Copyright B. Cornec 2007-201 58 # Copyright B. Cornec 2007-2016 9 9 # Provided under the GPL v2 10 10 -
devel/pb/lib/ProjectBuilder/Filter.pm
r1958 r2032 7 7 # $Id$ 8 8 # 9 # Copyright B. Cornec 2007-201 59 # Copyright B. Cornec 2007-2016 10 10 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 11 11 # Provided under the GPL v2 -
devel/pbmkbm/bin/pbmkbm
r1958 r2032 5 5 # $Id$ 6 6 # 7 # Copyright B. Cornec 2011-201 57 # Copyright B. Cornec 2011-2016 8 8 # Provided under the GPL v2 9 9 -
devel/pbtest/bin/pbtest
r1958 r2032 5 5 # $Id$ 6 6 # 7 # Copyright B. Cornec 2007-2012-201 57 # Copyright B. Cornec 2007-2012-2016 8 8 # Provided under the GPL v2 9 9 -
devel/rpmbootstrap/bin/rpmbootstrap
r2012 r2032 5 5 # $Id$ 6 6 # 7 # Copyright B. Cornec 2010-201 2-20157 # Copyright B. Cornec 2010-2016 8 8 # Eric Anderson's changes are (c) Copyright 2012 Hewlett Packard 9 9 # Provided under the GPL v2 -
devel/website/downloads.shtml
r2012 r2032 11 11 <h2>This is Free/Libre Software</h2> 12 12 </div> 13 <p>Copyright (c) 2007-201 513 <p>Copyright (c) 2007-2016 14 14 Project-Builder.org is a copyrighted work, written by Bruno Cornec, delivered under the GPLv2.</p> 15 15 <p>
Note:
See TracChangeset
for help on using the changeset viewer.