Skip to content

Commit 136d386

Browse files
committed
updated copyright information
1 parent 946311d commit 136d386

File tree

85 files changed

+169
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+169
-169
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) Kris Wallsmith
1+
Copyright (c) 2010-2011 OpenSky Project Inc
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/Assetic/Asset/AssetCache.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Asset/AssetCollection.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Asset/AssetInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Asset/AssetReference.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Asset/BaseAsset.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Asset/FileAsset.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Asset/GlobAsset.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Asset/StringAsset.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/AssetManager.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/AssetWriter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Cache/CacheInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Cache/ConfigCache.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Cache/ExpiringCache.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Cache/FilesystemCache.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Extension/Twig/AsseticExtension.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Extension/Twig/AsseticNode.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Extension/Twig/AsseticTokenParser.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Extension/Twig/TwigFormulaLoader.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Extension/Twig/TwigResource.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/AssetFactory.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/LazyAssetManager.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/Loader/BasePhpFormulaLoader.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/Loader/CachedFormulaLoader.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/Loader/FormulaLoaderInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/Resource/DirectoryResource.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/Resource/FileResource.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/Resource/ResourceInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/Worker/EnsureFilterWorker.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Factory/Worker/WorkerInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Filter/CallablesFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Assetic/Filter/CoffeeScriptFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* This file is part of the Assetic package.
4+
* This file is part of the Assetic package, an OpenSky project.
55
*
6-
* (c) Kris Wallsmith <[email protected]>
6+
* (c) 2010-2011 OpenSky Project Inc
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)