Skip to content

Commit

Permalink
used https
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 5, 2015
1 parent 0b83ea7 commit a96c2b2
Show file tree
Hide file tree
Showing 26 changed files with 52 additions and 52 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "nette/di",
"description": "Nette Dependency Injection Component",
"homepage": "http://nette.org",
"homepage": "https://nette.org",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "http://nette.org/contributors"
"homepage": "https://nette.org/contributors"
}
],
"require": {
Expand Down
4 changes: 2 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The issue tracker is the preferred channel for bug reports, features requests
and submitting pull requests, but please respect the following restrictions:

* Please **do not** use the issue tracker for personal support requests (use
[Nette forum](http://forum.nette.org) or [Stack Overflow](http://stackoverflow.com)).
[Nette forum](https://forum.nette.org) or [Stack Overflow](http://stackoverflow.com)).

* Please **do not** derail or troll issues. Keep the discussion on topic and
respect the opinions of others.
Expand All @@ -21,7 +21,7 @@ fits with the scope and aims of the project. It's up to *you* to make a strong
case to convince the project's developers of the merits of this feature.

Nette welcomes **pull requests**. If you'd like to contribute, please take a moment
to [read the guidelines](http://nette.org/en/contributing) in order to make
to [read the guidelines](https://nette.org/en/contributing) in order to make
the contribution process easy and effective for everyone involved.

Thanks!
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If your stuff is good, it will not take long to establish a reputation for yours
New BSD License
---------------

Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com)
Copyright (c) 2004, 2014 David Grudl (https://davidgrudl.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 2 additions & 2 deletions src/Bridges/DITracy/ContainerPanel.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\Bridges\DITracy;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Compiler.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/CompilerExtension.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Config/Adapters/IniAdapter.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Config\Adapters;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Config/Adapters/NeonAdapter.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Config\Adapters;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Config/Adapters/PhpAdapter.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Config\Adapters;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Config/Helpers.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Config;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Config/IAdapter.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Config;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Config/Loader.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Config;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Container.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/ContainerBuilder.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/ContainerLoader.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Extensions/ConstantsExtension.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Extensions;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Extensions/DIExtension.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Extensions;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Extensions/DecoratorExtension.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Extensions;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Extensions/ExtensionsExtension.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Extensions;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Extensions/InjectExtension.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Extensions;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Extensions/PhpExtension.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI\Extensions;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Helpers.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/PhpReflection.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/ServiceDefinition.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/Statement.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down
4 changes: 2 additions & 2 deletions src/DI/exceptions.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

namespace Nette\DI;
Expand Down

0 comments on commit a96c2b2

Please sign in to comment.